Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632852 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku

static/ cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/static/
2 Items
  • js/
  • images/
  • app.css cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/app.css
    123 Views
    0 Comments
    :root {
    --bg-main: #f0f2f5;
    --bg-body: #fff;
    --color-txt: #000;
    --filled-color: #000;
    --filled-bg: #caf0f8;

    --white: #fff;
    index.html cody/swapnilsparsh/30DaysOfJavaScript/180 - Sudoku/index.html
    401 Views
    0 Comments
    <!DOCTYPE html>
    <html lang="en">


    <meta http-equiv="content-type" content="text/html;charset=UTF-8" />
    <head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">